GenerativeComponents Help

Insert

Returns a new list comprising all members of the given list, plus the given additional value inserted at the given index position.

List.Insert()

This function does not change the given list. To insert a new member directly into a list, call the Insert method on that list, itself.